ObjectDB ObjectDB

Internal Website Search

121-130 of 200 resultsRefresh
35

server.exe on 32bit and 64bit Windows

Is the server.exe compatible to start the objectdb server on Windows 64bit OS? Or 32bit ... file with the following command: "C:\Program Files\Java\jdk1.7.0\bin\java" -server -Xms16M -Xmx256M -cp "objectdb.jar" com.objectdb.Server start The OS is Windows Server 2008 R2 64bit Have you tested
35

The server cannot start in CentOS

.objectdb.Server start The result is attached. After typing the command, the system seems halting. gzdillon Lai Yang Actually your attached screenshot shows that the server has been started successfully. If you want to start it in the background, try: java -cp objectdb.jar com.objectdb.Server start
34

client server mod of communication

Hi, I want to use in client Server mode one is client and another in server mode. Assume that one server is there and 'n' number of clients are there each client wants to communicate with server, in client server mode. 1)EntityManagerFactory emf = Persistence.createEntityManagerFactory("objectdb
34

Objectdb server out of heap space

I have had a server crash with the following stack trace: java.lang.OutOfMemoryError: Java heap ... why this should happen - a server process has full control of its resources, and so should never end up in a situation ... of objectdb in production situations. sjzlondon Steve Zara > a server process has full control
34

BIRT plugin: Trouble with Client/Server connection

I am having trouble setting up the birt points.odb sample with a client/server connection. I ... . The connection using the server url fails the ping test. I get (Failed to connect to server localhost ... ObjectDB Birt Plugin - 2.5.3.01 ObjectDB Server 2.5.6_04 Configurations: connection URL: objectdb
34

lockfiles in client/server mode

i have an objectdb server running on localhost as user "objectdb", spawned like so: java -server -cp /usr/local/share/objectdb/objectdb.jar: com.objectdb.Server -conf /etc/objectdb/objectdb.conf ... naturally cannot do this on the same machine where the objectdb server has done it. a persistence unit
33

Online Backup in client-server mode

Hello, we have issue with online-backup when using client-server mode. It seems, that it is working the following way. When we run the backup, server is creating tmp file for whole database ... . Can it be improved? In my opinion the server proces should handle whole backup proces and do it as
33

Standalone server needs dependencies?

When I connect to embedded server it works good. But when I connect to a standalone server ... my persistence classes to a jar in the server and add it to the class path when starting the server ... Error The classes are normally not needed on the server. They are needed if you use methods in
33

run several embedded systems on one server, problem with double used port

we want to run several embedded systems on one server. In principle this is working ... that port for each embedded system hgzwicker Hans-Georg Zwicker Are you using embedded-server mode? In ... : "$objectdb/db/my.odb;port=9999" If you don't need the embedded server then you can disable it in
33

How to start a objectdb server with new Daemon (without blocking the thread)??

I am planning to use objectdb+jetty on Google compute engine server for my next project. But it seemed starting the server will block my thread. Any instruction to avoid thread blocking? taheta Taheta Woon Consider using embedded mode, which is faster, and does not require running a server

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support